projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d302046
)
Increase ses-initial-column-width to 14, so it will play well with default
author
Jonathan Yavner
<jyavner@member.fsf.org>
Thu, 29 Jan 2004 06:50:44 +0000
(06:50 +0000)
committer
Jonathan Yavner
<jyavner@member.fsf.org>
Thu, 29 Jan 2004 06:50:44 +0000
(06:50 +0000)
printer of "%.7g" for extreme values like "-1.
234567e
+07".
lisp/ses.el
patch
|
blob
|
history
diff --git
a/lisp/ses.el
b/lisp/ses.el
index d799be032ab763949c345186a768009e9e94bb0b..b50a441d261e1618444b28ef0d247daba2812f04 100644
(file)
--- a/
lisp/ses.el
+++ b/
lisp/ses.el
@@
-52,7
+52,7
@@
:group 'ses
:type '(cons (integer :tag "numrows") (integer :tag "numcols")))
-(defcustom ses-initial-column-width
7
+(defcustom ses-initial-column-width
14
"Initial width of columns in a new spreadsheet."
:group 'ses
:type '(integer :match (lambda (widget value) (> value 0))))